[NTG-context] Wiki - question about Command/ pages which start with a space character

2024-04-14 Thread garulfo
ommand/ note Command/ ornament Command/ paragraphs Command/ placecombinedlist Command/ placefloat Command/ placelistoffloats Command/ placelistofsorts Command/ placelistofsynonyms Command/ placement Command/ placepairedbox Command/ placeregister Command/ presetlabeltext Command/ referenceformat Comma

[NTG-context] Setupreferencing[interaction=text] breaks referenceformat[text={…}]

2016-11-13 Thread Benjamin Buchmuller
Hi, I’m not sure if this is the intended behaviour of the system, but I want to typeset “This is Figure 1.1 in Chapter A Good Story” in the attached minimal example. However, setting up the referencing interaction to text, this typesets “This is 1.1 in Chapter A Good Story”. The same holds

Re: [NTG-context] referenceformat, text

2010-08-09 Thread Yury G. Kudryashov
Hans Hagen wrote: On 9-8-2010 12:22, Yury G. Kudryashov wrote: \NC \in [x] \NC \in {left}[x] \NC \in {}{right}[x] \NC \in {left}{right}[x] \NC \NR I see no left or right in the first string in PDF output. Just 1\t1\t1\t1. sure, as \in has no left and right (nor a setup)

Re: [NTG-context] referenceformat, text

2010-08-09 Thread Hans Hagen
On 9-8-2010 9:17, Yury G. Kudryashov wrote: Hans Hagen wrote: On 9-8-2010 12:22, Yury G. Kudryashov wrote: \NC \in [x] \NC \in {left}[x] \NC \in {}{right}[x] \NC \in {left}{right}[x] \NC \NR I see no left or right in the first string in PDF output. Just 1\t1\t1\t1. sure,

Re: [NTG-context] referenceformat, text

2010-08-09 Thread Yury G. Kudryashov
Hans Hagen wrote: On 9-8-2010 9:17, Yury G. Kudryashov wrote: Hans Hagen wrote: On 9-8-2010 12:22, Yury G. Kudryashov wrote: \NC \in [x] \NC \in {left}[x] \NC \in {}{right}[x] \NC \in {left}{right}[x] \NC \NR I see no left or right in the first string in PDF output. Just

[NTG-context] referenceformat, text

2010-08-08 Thread Yury G. Kudryashov
Hi! The following code: \definereferenceformat[lem][text=Lemma] \inlem[lem:mylemma] produces just a number, no Lemma prefix. I've sent a patch to fix it a while ago. Could you please apply it, or tell me why you don't want to apply it? -- Yury G. Kudryashov---

Re: [NTG-context] referenceformat, text

2010-08-08 Thread Hans Hagen
On 8-8-2010 2:44, Yury G. Kudryashov wrote: Hi! The following code: \definereferenceformat[lem][text=Lemma] \inlem[lem:mylemma] produces just a number, no Lemma prefix. I've sent a patch to fix it a while ago. Could you please apply it, or tell me why you don't want to apply it? because it

Re: [NTG-context] referenceformat, text

2010-08-08 Thread Yury G. Kudryashov
Hans Hagen wrote: On 8-8-2010 2:44, Yury G. Kudryashov wrote: Hi! The following code: \definereferenceformat[lem][text=Lemma] \inlem[lem:mylemma] produces just a number, no Lemma prefix. I've sent a patch to fix it a while ago. Could you please apply it, or tell me why you don't want

Re: [NTG-context] referenceformat, text

2010-08-08 Thread Hans Hagen
On 8-8-2010 7:19, Yury G. Kudryashov wrote: Hans Hagen wrote: On 8-8-2010 2:44, Yury G. Kudryashov wrote: Hi! The following code: \definereferenceformat[lem][text=Lemma] \inlem[lem:mylemma] produces just a number, no Lemma prefix. I've sent a patch to fix it a while ago. Could you please

Re: [NTG-context] referenceformat, text

2010-08-08 Thread Yury G. Kudryashov
Hans Hagen wrote: On 8-8-2010 7:19, Yury G. Kudryashov wrote: Hans Hagen wrote: On 8-8-2010 2:44, Yury G. Kudryashov wrote: Hi! The following code: \definereferenceformat[lem][text=Lemma] \inlem[lem:mylemma] produces just a number, no Lemma prefix. I've sent a patch to fix it a

Re: [NTG-context] referenceformat, text

2010-08-08 Thread Hans Hagen
On 8-8-2010 7:40, Yury G. Kudryashov wrote: this is only one case (we also need labels, content, left and right to work ok) I uploaded a beta that handles the following as intended. \starttext \definereferenceformat [intesta] [left=(,right=),text=Whatever~] \definereferenceformat [intestb]

Re: [NTG-context] referenceformat, text

2010-08-08 Thread Wolfgang Schuster
Am 09.08.10 00:22, schrieb Yury G. Kudryashov: I see no left or right in the first string in PDF output. Just 1\t1\t1\t1. Try it again later, it takes always a while till the beta is in the minimals. Other strings work as expected except for ~ in text= field. In the earlier versions ~ was

Re: [NTG-context] referenceformat, text

2010-08-08 Thread Hans Hagen
On 9-8-2010 12:22, Yury G. Kudryashov wrote: \NC \in [x] \NC \in {left}[x] \NC \in {}{right}[x] \NC \in {left}{right}[x] \NC \NR I see no left or right in the first string in PDF output. Just 1\t1\t1\t1. sure, as \in has no left and right (nor a setup)

Re: [NTG-context] referenceformat MkIV

2010-06-07 Thread Yury G. Kudryashov
taco wrote: Hi, Yury G. Kudryashov wrote: Another problem fixed by my patch: \definereferenceformat[ineq][text=equation] \starttext \placeformula[first] \startformula 1=1\stopformula \ineq[first] \stoptext printed 1, not equation 1. This problem is still there and needs fixing,

[NTG-context] ConTeXt unit testing

2010-06-05 Thread Yury G. Kudryashov
Hi! Are there any automatic unit test for ConTeXt distribution? At least the bug with referenceformat can be catched using something like context test pdftotext test.pdf test.txt diff test.txt test.txt-good And the bug with broken footnote can be catched using just context test

Re: [NTG-context] ConTeXt unit testing

2010-06-05 Thread luigi scarso
yes we have. At next ctx meeting i will show something.(post from mobile sorry) On 6/5/10, Yury G. Kudryashov ur...@ya.ru wrote: Hi! Are there any automatic unit test for ConTeXt distribution? At least the bug with referenceformat can be catched using something like context test pdftotext

Re: [NTG-context] referenceformat MkIV

2010-05-31 Thread Yury G. Kudryashov
Yury G. Kudryashov wrote: Hi! I try the following: \definereferenceformat[ineq][left=(,right=),text=Equation] \starttext \placeformula[first] \startformula 2=2 \stopformula In \in[first] ineq \ineq[first] in \in[first]. \stoptext The result is: 2 = 2 (1) In 1 ineq (1) in (1).

Re: [NTG-context] referenceformat MkIV

2010-05-31 Thread taco
Hi, Yury G. Kudryashov wrote: It seems that \ineq doesn't clear some variables, and the next \in uses the previous format. Please, apply the attached patch upstream. It fixed the problem for me. This problem was already fixed in the latest (internal?) beta. Another problem fixed by my

Re: [NTG-context] referenceformat MkIV

2010-05-31 Thread Yury G. Kudryashov
taco wrote: Hi, Yury G. Kudryashov wrote: It seems that \ineq doesn't clear some variables, and the next \in uses the previous format. Please, apply the attached patch upstream. It fixed the problem for me. This problem was already fixed in the latest (internal?) beta. I shall test once

[NTG-context] referenceformat MkIV

2010-05-29 Thread Yury G. Kudryashov
Hi! I try the following: \definereferenceformat[ineq][left=(,right=),text=Equation] \starttext \placeformula[first] \startformula 2=2 \stopformula In \in[first] ineq \ineq[first] in \in[first]. \stoptext The result is: 2 = 2 (1) In 1 ineq (1) in (1). It seems that \ineq doesn't clear some

Re: [NTG-context] \in

2006-08-05 Thread Peter Münster
On Sat, 5 Aug 2006, Aditya Mahajan wrote: \def\myin[#1:#2]{ \expandafter\ifx\csname in#1\endcsname\relax \writestatus{warning}{referenceformat in#1 not defined} \in[#1:#2] \else \csname in#1\endcsname[#1:#2] \fi} And if you want to suppress unwanted spaces, you can